| Package | Description |
|---|---|
| com.atid.lib.atx88 | |
| com.atid.lib.reader | |
| com.atid.lib.reader.event | |
| com.atid.lib.transport | |
| com.atid.lib.transport.types |
| Modifier and Type | Method and Description |
|---|---|
void |
ATx88Reader.onStateChanged(ConnectState state,
java.lang.Object params) |
| Modifier and Type | Method and Description |
|---|---|
ConnectState |
ATEAReader.getState()
Returns the connection status of the device with the instance of the ATEAReader class.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ATEAReader.onStateChanged(ConnectState state,
java.lang.Object params) |
| Modifier and Type | Method and Description |
|---|---|
void |
IATEAReaderEventListener.onReaderStateChanged(ATEAReader reader,
ConnectState state,
java.lang.Object params)
The ATransport instance associated with the ATEAReader instance is called when the connection state of the Device changes.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectState |
ATransport.getState()
The instance of ATransport returns the connection status with device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ATransport.IConnectStateEventListener.onStateChanged(ConnectState state,
java.lang.Object params)
Called when the connection state of the ATransport instance and the device changes.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectState |
ConnectState.valueOf(int state) |
static ConnectState |
ConnectState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectState[] |
ConnectState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|